All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.std.image.CodecComponent

java.lang.Object
   |
   +----quicktime.QTObject
           |
           +----quicktime.std.comp.ComponentIdentifier
                   |
                   +----quicktime.std.image.CodecComponent

public class CodecComponent
extends ComponentIdentifier
implements QuickTimeLib
Corresponds to the Codec Component type. refer to Image Compression Manager in QuickTime


Variable Index

 o anyCodec
choose the first compressor or decompressor of the specified type.
 o bestCompressionCodec
choose the compressor that produces the smallest resulting data.
 o bestFidelityCodec
choose the most accurate compressor or decompressor of the specified type.
 o bestSpeedCodec
choose the fastest compressor or decompressor of the specified type.

Method Index

 o fromSpatialSettings(SpatialSettings)
Get the default Codec in the dialog box.

Variables

 o anyCodec
 public static final CodecComponent anyCodec
choose the first compressor or decompressor of the specified type.

 o bestSpeedCodec
 public static final CodecComponent bestSpeedCodec
choose the fastest compressor or decompressor of the specified type.

 o bestFidelityCodec
 public static final CodecComponent bestFidelityCodec
choose the most accurate compressor or decompressor of the specified type.

 o bestCompressionCodec
 public static final CodecComponent bestCompressionCodec
choose the compressor that produces the smallest resulting data.

Methods

 o fromSpatialSettings
 public static CodecComponent fromSpatialSettings(SpatialSettings ss)
Get the default Codec in the dialog box.

Returns:
the Codec
See Also:
getCodec

All Packages  Class Hierarchy  This Package  Previous  Next  Index